state
Accessors for state. State is action-specific, and only useful when set in one phase and read in another (i.e. post). Delegating from state treats the input as required.
Functions
getOptional
Link copied to clipboard
getRequired
Link copied to clipboard
optionalWithDefault
Link copied to clipboard
fun optionalWithDefault(default: () -> String): ReadOnlyProperty<Any?, String>
Content copied to clipboard
fun optionalWithDefault(name: String, default: () -> String): ReadOnlyProperty<Any?, String>
Content copied to clipboard
Get an optional delegate with a default value for name.
Properties
optional
Link copied to clipboard
Sources
js source
Link copied to clipboard